crypto/internal/bigmod.Nat.set (method)
7 uses
crypto/internal/bigmod (current package)
nat.go#L96: func (x *Nat) set(y *Nat) *Nat {
nat.go#L511: t := NewNat().set(x)
nat.go#L526: t := NewNat().set(x)
nat.go#L717: xR := NewNat().set(x).montgomeryRepresentation(m) // xR = x * R mod m
nat.go#L737: table[0].set(x).montgomeryRepresentation(m)
nat.go#L778: xR := NewNat().set(x).montgomeryRepresentation(m)
nat.go#L779: out.set(xR)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |